home *** CD-ROM | disk | FTP | other *** search
Text File | 2001-03-26 | 4.9 KB | 131 lines | [TEXT/CWIE] |
- ##
- ## The contents of this file are subject to the Netscape Public
- ## License Version 1.1 (the "License"); you may not use this file
- ## except in compliance with the License. You may obtain a copy of
- ## the License at http://www.mozilla.org/NPL/
- ##
- ## Software distributed under the License is distributed on an "AS
- ## IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- ## implied. See the License for the specific language governing
- ## rights and limitations under the License.
- ##
- ## The Original Code is mozilla.org code.
- ##
- ## The Initial Developer of the Original Code is Netscape
- ## Communications Corporation. Portions created by Netscape are
- ## Copyright (C) 1999 Netscape Communications Corporation. All
- ## Rights Reserved.
- ##
- ## Contributor(s):
-
- ## Rule of this file:
- ## 1. key should always be in lower case ascii so we can do case insensitive
- ## comparision in the code faster.
-
- ## Format of this file:
- ##
- ## charset_name.notForBrowser = anything - specifies that this charset is
- ## not to be used in the browser
- ##
- ## charset_name.LangGroup =
- ##
- ## charset_name.MIMEHeaderEncodingMethod =
- ##
- ## charset_name.MIMEMailCharset =
- ##
- ## charset_name.isMultibyte = multi byte charsets
-
- t.61-8bit.notForBrowser = true
- utf-32le.notForBrowser = true
- utf-32be.notForBrowser = true
- utf-16le.notForBrowser = true
- utf-16be.notForBrowser = true
- x-imap4-modified-utf7.notForBrowser = true
- x-u-escaped.notForBrowser = true
- windows-936.notForBrowser = true
- us-ascii.notForBrowser = true
- x-obsoleted-euc-jp.notForBrowser = true
- x-obsoleted-iso-2022-jp.notForBrowser = true
- x-obsoleted-shift_jis.notForBrowser = true
-
-
- adobe-symbol-encoding.LangGroup = el
- big5.LangGroup = zh-TW
- euc-jp.LangGroup = ja
- euc-kr.LangGroup = ko
- gb2312.LangGroup = zh-CN
- hz-gb-2312.LangGroup = zh-CN
- ibm850.LangGroup = x-western
- ibm852.LangGroup = x-central-euro
- ibm855.LangGroup = x-cyrillic
- ibm857.LangGroup = tr
- ibm862.LangGroup = he
- ibm864.LangGroup = ar
- ibm866.LangGroup = x-cyrillic
- iso-2022-cn.LangGroup = zh-CN
- iso-2022-jp.LangGroup = ja
- iso-2022-kr.LangGroup = ko
- iso-8859-1.LangGroup = x-western
- iso-8859-15.LangGroup = x-western
- iso-8859-2.LangGroup = x-central-euro
- iso-8859-4.LangGroup = x-baltic
- iso-8859-5.LangGroup = x-cyrillic
- iso-8859-6.LangGroup = ar
- iso-8859-6-e.LangGroup = ar
- iso-8859-6-i.LangGroup = ar
- iso-8859-7.LangGroup = el
- iso-8859-8.LangGroup = he
- iso-8859-8-e.LangGroup = he
- iso-8859-8-i.LangGroup = he
- iso-8859-9.LangGroup = tr
- jis_0208-1983.LangGroup = ja
- koi8-r.LangGroup = x-cyrillic
- koi8-u.LangGroup = x-cyrillic
- shift_jis.LangGroup = ja
- tis-620.LangGroup = th
- us-ascii.LangGroup = x-western
- utf-16be.LangGroup = x-unicode
- utf-16le.LangGroup = x-unicode
- utf-32be.LangGroup = x-unicode
- utf-32le.LangGroup = x-unicode
- utf-7.LangGroup = x-unicode
- utf-8.LangGroup = x-unicode
- windows-1250.LangGroup = x-central-euro
- windows-1251.LangGroup = x-cyrillic
- windows-1252.LangGroup = x-western
- windows-1253.LangGroup = el
- windows-1254.LangGroup = tr
- windows-1255.LangGroup = he
- windows-1256.LangGroup = ar
- windows-1257.LangGroup = x-baltic
- windows-936.LangGroup = zh-CN
- x-cns-11643-1.LangGroup = zh-TW
- x-euc-tw.LangGroup = zh-TW
- x-gbk.LangGroup = zh-CN
- x-gbk-noascii.LangGroup = zh-CN
- x-mac-ce.LangGroup = x-central-euro
- x-mac-cyrillic.LangGroup = x-cyrillic
- x-mac-greek.LangGroup = el
- x-mac-icelandic.LangGroup = x-western
- x-mac-roman.LangGroup = x-western
- x-mac-turkish.LangGroup = tr
- x-mac-ukrainian.LangGroup = x-cyrillic
- x-user-defined.LangGroup = x-user-def
- x-x11johab.LangGroup = ko
-
- utf-8.MIMEHeaderEncodingMethod = B
- utf-8.MIMEMailCharset = utf-8
-
-
- iso-2022-jp.isMultibyte = true
- shift_jis.isMultibyte = true
- euc-jp.isMultibyte = true
- big5.isMultibyte = true
- x-euc-tw.isMultibyte = true
- gb2312.isMultibyte = true
- hz-gb-2312.isMultibyte = true
- iso-2022-kr.isMultibyte = true
- euc-kr.isMultibyte = true
- utf-7.isMultibyte = true
- utf-8.isMultibyte = true
-